Forum Discussion
seijim
Microsoft Employee
11 years agoHow to use Power BI Rest API without GUI authentication (redirect uri)
I'm developing an Azure worker role application which pushes data to PowerBI.com service. I referred a C# sample client application via Git Hub. But it authenticates using GUI (redirect uri) during ...
- 10 years ago
You can use the user name and password flow that AAD supports. This 3rd party client library has an example: https://github.com/Vtek/PowerBI.Api.Client
jstearnes
Advocate I
8 years agoThat's very useful. However, when registering the application, what values did you use for the redirect URL? It appears to be a mandatory field but in this case, it is not being used
skaratela
8 years agoFrequent Visitor
Hi!
The redirect url is needed when creating the AAD app and not the post request... Unless it's changed recently.
Shaheen
The redirect url is needed when creating the AAD app and not the post request... Unless it's changed recently.
Shaheen